object ProxySettingForm: TProxySettingForm Left = 376 Top = 203 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Proxy Settings' ClientHeight = 310 ClientWidth = 371 Color = 5000268 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label19: TLabel Left = 60 Top = 277 Width = 127 Height = 25 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = 'APPLY' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 5000268 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Layout = tlCenter OnClick = Label19Click end object Label20: TLabel Left = 196 Top = 277 Width = 127 Height = 25 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = 'CANCEL' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 5000268 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False Layout = tlCenter OnClick = Label20Click end object gbProxyInfo: TGroupBox Left = 8 Top = 56 Width = 353 Height = 213 Caption = ' Proxy settings ' TabOrder = 0 object Label1: TLabel Left = 16 Top = 19 Width = 80 Height = 13 Caption = 'Proxy IP Address' end object Label2: TLabel Left = 184 Top = 17 Width = 48 Height = 13 Caption = 'Proxy Port' end object edProxyIpAddress: TEdit Left = 16 Top = 35 Width = 140 Height = 21 Color = 13421772 TabOrder = 0 end object edProxyPort: TSpinEdit Left = 184 Top = 33 Width = 140 Height = 22 Color = 13421772 MaxValue = 0 MinValue = 0 TabOrder = 1 Value = 0 end object gbAuthSettings: TGroupBox Left = 30 Top = 83 Width = 303 Height = 117 Caption = ' Authentication settings ' TabOrder = 2 object Label4: TLabel Left = 27 Top = 90 Width = 65 Height = 13 Caption = 'Proxy Domain' end object Label3: TLabel Left = 8 Top = 20 Width = 79 Height = 13 Caption = 'Proxy UserName' end object Label5: TLabel Left = 149 Top = 20 Width = 75 Height = 13 Caption = 'Proxy Password' end object edProxyDomain: TEdit Left = 116 Top = 86 Width = 140 Height = 21 Color = 13421772 TabOrder = 0 end object edProxyUser: TEdit Left = 5 Top = 36 Width = 114 Height = 21 Color = 13421772 TabOrder = 1 end object edProxyPassword: TEdit Left = 149 Top = 36 Width = 135 Height = 21 Color = 13421772 PasswordChar = '*' TabOrder = 2 Text = 'edProxyPassword' end object cbNTLMEnabled: TCheckBox Left = 8 Top = 64 Width = 278 Height = 17 Caption = 'NTLM authentication (for ISA proxies)' TabOrder = 3 end end object cbRequiredPassword: TCheckBox Left = 16 Top = 62 Width = 321 Height = 17 Caption = 'Proxy requires username and password' TabOrder = 3 end end object rbDirectConnection: TRadioButton Left = 8 Top = 8 Width = 177 Height = 16 Caption = 'Direct connection to the internet' TabOrder = 1 end object rbUseProxy: TRadioButton Left = 8 Top = 32 Width = 177 Height = 13 Caption = 'Use Proxy Settings Below' TabOrder = 2 end object Timer1: TTimer Interval = 100 OnTimer = Timer1Timer Left = 336 Top = 8 end end